home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / pwr14j.zip / PRTFILE.DOC < prev    next >
Text File  |  1991-05-08  |  3KB  |  58 lines

  1.                                     PrtFile
  2.                                   (PrintFile)
  3.                             Copyright 1991 CSD, Inc.
  4.                          All rights reserved worldwide
  5.  
  6.  
  7. COPYRIGHT
  8. ~~~~~~~~~
  9. PRTFILE  is  a    utility licensed  free    of charge  to  registered users  of
  10. PowerBatch copyright 1990 C.S.D. Inc. Any  use by anyone but registered users
  11. of PowerBatch is strictly prohibited.
  12.  
  13. PrtFile is a utility that may be used standalone or as an external command
  14. within a PowerBatch program. It will print a file on the screen (or printer) in
  15. various formats. All parameters are passed to PrtFile on the command line. The
  16. parameters are:
  17.     /Fxxxxxxxx.xxx to tell PrtFile what file to print and may contain a
  18.         directory specification such as /Fc:\doc\docfile.txt.
  19.     /C causes PrtFile to clear the print area before printing. The default is
  20.         NOT to clear the print area.
  21.     /Ex defines the tab expansion size. The default is /E4.
  22.     /P causes the output to be dumped to the printer. Default is screen.
  23.     /S causes the output to be dumped to the screen. Default is screen.
  24.     /Tx will output to the screen in "typed' format. Typed format is one
  25.         character at a time with a delay between characters to emulate typing
  26.         the document. The speed is controlled with x, a relative number between
  27.         0 and 9. Each increment of x represents .03 second with 0 = .30 second
  28.         and 9 = .03 second.
  29.     /WX1,Y1,X2,Y2 defines a window on the screen in which the file will be
  30.         printed. The default is the full screen. PrtFile does not perform word
  31.         wrap but will split the line at the exact edge of the window
  32.         definition. If you print in a window, you should insure that the line
  33.         length will fit in the window.
  34.  
  35. Examples:
  36.     PRTFILE /fprtfile.doc /p
  37.     Print the contents of the PRTFILE.DOC file on the printer.
  38.  
  39.     PRTFILE /fc:\config.sys /w10,5,70,20 /c
  40.     Print the contents of the CONFIG.SYS file in a window whose upper left
  41.     boundary is col 10, row 5 and whose lower right boundary is col 70, row 20.
  42.     Clear the window before printing begins.
  43.  
  44.     PRTFILE /fdemo.txt /w25,10,55,20 /c /t5
  45.     Clear the window whose upper left boundary is col 25, row 10 and whose
  46.     lower left boundary is col 55, row 20. "Type" the file DEMO.TXT in this
  47.     window with a medium typing speed.
  48.  
  49. PowerBatch is a trademark of CSD, Inc.
  50. PowerBatch is a batch command compiler providing all the functionality of
  51. standard batch files with over 40 additional commands for increased speed and
  52. flexibility.
  53.  
  54.                       Computing System Design (CSD), Inc.
  55.                                 P.O. Box 566484
  56.                           Atlanta, Georgia 30356-6009
  57.         .03
  58.